From fc785c79be53a5eadf72e8cd1a2761e6ed36097a Mon Sep 17 00:00:00 2001 From: Pascal Packaging Team Date: Mon, 25 Nov 2019 21:51:22 +0000 Subject: [PATCH] fix_tests_for_make_print_directory Gbp-Pq: Name fix_tests_for_make_print_directory.patch --- fpcsrc/tests/Makefile.fpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpcsrc/tests/Makefile.fpc b/fpcsrc/tests/Makefile.fpc index 949dbc8d..f71771b7 100644 --- a/fpcsrc/tests/Makefile.fpc +++ b/fpcsrc/tests/Makefile.fpc @@ -508,7 +508,7 @@ $(MAKEINC): $(GPARMAKE) $(TEST_OUTPUTDIR) # used subdirectory. Note also that the index must be increasing for each # new call with a gap insuring that all the previous files have lower index # even if CHUNKSIZE is equal to 1. - $(MAKE) -s -f createlst.mak "TESTDIRS=$(TESTDIRS)" > testfilelist.lst + $(MAKE) --no-print-directory -s -f createlst.mak "TESTDIRS=$(TESTDIRS)" > testfilelist.lst $(Q)$(GPARMAKE) $(MAKEINC) test 1 $(CHUNKSIZE) @testfilelist.lst $(Q)$(GPARMAKE) -a $(MAKEINC) tbs 10000 $(CHUNKSIZE) $(sort $(wildcard tbs/t*.pp)) $(Q)$(GPARMAKE) -a $(MAKEINC) tbf 15000 $(CHUNKSIZE) $(sort $(wildcard tbf/t*.pp)) -- 2.30.2